asOption

fun <E, A> Outcome<E, A>.asOption(): Option<A>(source)

Converts an Outcome to an option treating Failure as Absent